SftTabs/NET 6.0

Document Property, ContentsClass Class

Softel vdm, Inc.

Defines the XML document representing the contents of the tab control.

Syntax      ContentsClass Class (Softelvdm.SftTabsNET)

VB   

Public Property Document As XmlDocument

C#   

public XmlDocument Document { get; set; }

C++   

public: property XmlDocument^ Document {
        XmlDocument^ get();
        void set(XmlDocument^ value);
}

Property Value

The XML document.

Comments

The Document property defines the XML document representing the contents of the tab control.

This property is used by forms designers in conjunction with SftTabs/NET to save/load the control at design-time.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com